error - [resolve] /turbopack/crates/turbopack-tests/tests/snapshot/css/embed-url/input/style.css:9:19  Module not found: Can't resolve 'missing2.png'
  
       5 | }
       6 | 
       7 | .style-unresolveable {
       8 |   cursor: url(./missing1.png);
         +                    v
       9 +   list-style-image: url(missing2.png);
         +                    ^
      10 |   background-image: url('missing3.png');
      11 | }
      12 | 
  
  
  
  | It was not possible to find the requested file.
  | Parsed request as written in source code: module "'missing2.png'"
  | Path where resolving has started: [project]/turbopack/crates/turbopack-tests/tests/snapshot/css/embed-url/input/style.css
  | Type of request: url request
  | 
  Import trace:
    test:
      ./turbopack/crates/turbopack-tests/tests/snapshot/css/embed-url/input/style.css
      ./turbopack/crates/turbopack-tests/tests/snapshot/css/embed-url/input/index.js